Revision: tla--libawk-exp--1.3.1--patch-6
Archive: lord@emf.net--libawk-exp-2005
Creator: Thomas Lord <lord@emf.net>
Date: Fri Feb 11 15:05:47 PST 2005
Standard-date: 2005-02-11 23:05:47 GMT
New-patches: lord@emf.net--libawk-exp-2005/tla--libawk-exp--1.3.1--patch-6
Summary: remove `trim_surrounding_ws' from "patch-logs.c"
Keywords: 


This commit marks the end of removing `trim_surrounding_ws' calls
from "libarch/patch-logs.c".

This commit itself introduces no new source changes.

In the previous commit, the bug-fix to an earlier change accidentally
picked up later changes in the same file.  Those later changes
replace the idiom:

        trim_surrounding_ws (str_save (0, ...))

with calls to the new hackerlab function:

        str_save_trimming (0, ...)

